XIQS Update Device List

From IQsimWiki

Jump to: navigation, search

XIQS Update Device List - GSM Device Management

Description
updateXIQSDeviceList ( String id_devices_list , String device_parameter, ... )
For the list of device objects set serveral parameters to the same values
Parameters

String id_devices_list

Comma separated list of device ids

String device_parameter List of 'param_name=value' string pairs (ex. "pass_number=10"). Supported values for param_name:

pass_number

pass_extranumber

pass_duration

pass_maxdata

pass_maxlowspeeddata

pass_sliding

pass_businessinfo

countrygroup

countrygrouptype

pass_maxcountrydata

pass_countrygroup

pass_automatic

pass_reset
Return Values
Return Code Integer: OK = 1

Error Data structure ( Error Management )

Possible failure code returns
*ERR_CMD_SYNTAX(400) ERR_MSG_FALSE_CMD_SIGN
*ERR_CMD_SYNTAX(400) ERR_MSG_DVC_NO_FIELD
*ERR_CMD_SYNTAX(400) ERR_MSG_DVC_FD_ADDED
*ERR_UNAUTHORIZED (401) ERR_MSG_OBJ_NOT_OWNED
*ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB


See Also

getXIQSDeviceList
createXIQSDevice
updateXIQSDevice
deleteXIQSDevice


Example

[REQUEST]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<command tid="4ad92601-a6f0-4e7a-920e-eaf713cb6f75" name="updateXIQSDeviceList">
  <param type="string">143,149,158</param>
  <param type="string">pass_number=10</param>
  <param type="string">pass_duration=5</param>
  <param type="string">pass_maxdata=10240</param>
  <param type="string">pass_businessinfo=Info</param>
</command>

Personal tools
Namespaces
Variants
Views
Actions
Navigation
XIQS XML Protocol
XIQS Framework Libraries
XIQS Command List